home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / lc103.lha / LC.doc next >
Encoding:
Text File  |  1994-04-07  |  1.6 KB  |  57 lines

  1.  
  2.                      Last Callers v1.03 (April 6, 1994)
  3.  
  4.               © 1993-1994 by Janne Siren, All Rights Reserved
  5.  
  6.  Disclaimer
  7.  ~~~~~~~~~~
  8.  This program can be freely distributed and used for any period of time.
  9.  All risks and damages arising from the use, misuse, or inability of this
  10.  program are entirely at the responsibility of the user.
  11.  
  12.  
  13.  Preface
  14.  ~~~~~~~
  15.  This is a very simple last callers lister that I wrote for TechnoBBS. It
  16.  doesn't do anything software specific, so it should work on any system.
  17.  
  18.  
  19.  History
  20.  ~~~~~~~
  21.  1.00  22/12/1993  First public release.
  22.  1.01  25/12/1993  Optimizations. Executable is now much smaller.
  23.  1.02  05/04/1994  Modem speed is now also recoreded. Delete your old list.
  24.  1.03  06/04/1994  Some bugs fixed.
  25.  
  26.  
  27.  Installation
  28.  ~~~~~~~~~~~~
  29.  Usage: LC <input/output file> <user name> <user city> <entries> <speed>
  30.  
  31.  TechnoBBS: Move the executable to Doors: directory. Add following example
  32.  to your login script and make the necessary customizations. Then replace
  33.  'Janne Siren' with your name, so your logins won't be added to the list.
  34.  
  35.  UserName = GetUserName(ln)
  36.  UserCity = GetUserMisc(ln, "CITY")
  37.  
  38.  SendASCII "BBS:Text/LastCallers.dat"
  39.  
  40.  If UserName ~= "Janne Siren" Then Address Command 'Doors:LC BBS:Text/LastCallers.dat "'||UserName||'" "'||UserCity||'" 10 '||UserSpeed
  41.  
  42.  
  43.  Comments
  44.  ~~~~~~~~
  45.  If you have any comments or questions, feel free to contact me.
  46.  
  47.  Snail Mail: Janne Siren
  48.              Oravamaentie 2 F 17
  49.              02700 Kauniainen
  50.              Finland
  51.  
  52.  Data Phone: Epsilon Indi BBS
  53.              +358-0-505-4201
  54.              v32bis, 24h
  55.  
  56.  Internet:   jts@krk.fi
  57.